import streamlit as st st.header("Streamlit App") st.write("Hello World!") with st.sidebar: st.subheader("I'm a sidebar") [theme] base="dark" primaryColor="#08c770" backgroundColor="#f1621b"